//==============================================================================
// DemonHunter Female (Tank)_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================


//==============================================================================
//Particle Attachments
//==============================================================================
//==============================================================================
define splash
{
		set hotspot
		{
			version
			{
			Visualparticle sfx x krios light
			}
		}
}

//==============================================================================
define smoke
{
	set hotspot
	{
		version
		{
		Visualparticle sfx x krios smoke
		}
	}
}

//==============================================================================
//Visuals/ReplaceTextures
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
		VariationLogic
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual dhfemaletank_birth
					tag SpecificSoundSet 0.13 false CinematicKronnyChange
					Connect ATTACHPOINT smoke hotspot
					Connect ATTACHPOINT splash hotspot
				}	
			}
		}
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual dhfemaletank_birth
					ReplaceTexture nightelf_female_dh_havoc/dh_bodybrown
					tag SpecificSoundSet 0.13 false CinematicKronnyChange
					Connect ATTACHPOINT smoke hotspot
					Connect ATTACHPOINT splash hotspot
				}
			}
		}
   		
   		
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
		VariationLogic
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual dhfemaletank_idle
				}	
			}
		}
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual dhfemaletank_idle
					ReplaceTexture nightelf_female_dh_havoc/dh_bodybrown
				}
			}
		}
   		
   		
   }
}

//==============================================================================
anim Walk
{
   SetSelector
   {
		VariationLogic
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual dhfemaletank_run
				}	
			}
		}
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual dhfemaletank_run
					ReplaceTexture nightelf_female_dh_havoc/dh_bodybrown
				}
			}
		}
   		
   }
}

//==============================================================================
anim Bored
{
   SetSelector
   {
		VariationLogic
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual dhfemaletank_bored
				}	
			}
		}
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual dhfemaletank_bored
					ReplaceTexture nightelf_female_dh_havoc/dh_bodybrown
				}
			}
		}
   		
   }
}

//==============================================================================
anim Attack
{ 
   SetSelector none
   {
        VariationLogic
        set hotspot
        {
            version
            {
			    Visual dhfemaletank_attacka
			    tag Attack 0.49 true   
               		    tag GenericSound 0.40 true
	       		    tag SpecificSoundSet 0.25 false SwordSwing checkVisible
	       		    
            }
			version
            {
			    Visual dhfemaletank_attackb
			    tag Attack 0.49 true   
               		    tag GenericSound 0.40 true
	       		    tag SpecificSoundSet 0.22 false SwordSwing checkVisible
	       		    
            }
			version
            {
			    Visual dhfemaletank_attackc
			    tag Attack 0.49 true   
               		    tag GenericSound 0.40 true
	       		    tag SpecificSoundSet 0.35 false SwordSwing checkVisible
	       		    
            }
        }
        set hotspot
        {
            version
            {
			    Visual dhfemaletank_attacka
			    ReplaceTexture nightelf_female_dh_havoc/dh_bodybrown
			    tag Attack 0.49 true   
               		    tag GenericSound 0.40 true
	       		    tag SpecificSoundSet 0.25 false SwordSwing checkVisible
            }
			version
            {
			    Visual dhfemaletank_attackb
			    ReplaceTexture nightelf_female_dh_havoc/dh_bodybrown
			    tag Attack 0.49 true   
               		    tag GenericSound 0.40 true
	       		    tag SpecificSoundSet 0.22 false SwordSwing checkVisible
            }
			version
            {
			    Visual dhfemaletank_attackc
			    ReplaceTexture nightelf_female_dh_havoc/dh_bodybrown
			    tag Attack 0.49 true   
               		    tag GenericSound 0.40 true
	       		    tag SpecificSoundSet 0.35 false SwordSwing checkVisible
	    
        	}
        }
    }
}

//==============================================================================
anim Death
{
   SetSelector
   {
		VariationLogic
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual dhfemaletank_death
				}	
			}
		}
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual dhfemaletank_death
					ReplaceTexture nightelf_female_dh_havoc/dh_bodybrown
				}
			}
		}
   		
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
		VariationLogic
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual dhfemaletank_flail
				}	
			}
		}
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual dhfemaletank_flail
					ReplaceTexture nightelf_female_dh_havoc/dh_bodybrown
				}
			}
		}
   		
   }
}
//==============================================================================
anim JumpFly
{
   SetSelector
   {
		VariationLogic
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual dhfemaletank_jumpfly
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.69 true   
               tag GenericSound 0.40 true  
	       tag SpecificSoundSet 0.13 false WingsLarge checkVisible 
//-- end auto generated section
				}	
			}
		}
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual dhfemaletank_jumpfly
					ReplaceTexture nightelf_female_dh_havoc/dh_bodybrown
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.69 true   
               tag GenericSound 0.40 true  
	       tag SpecificSoundSet 0.13 false WingsLarge checkVisible 
//-- end auto generated section
				}
			}
		}
   		
   }
}